home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Herra / TIMWIN.ZIP / INILOCK.CMD < prev    next >
OS/2 REXX Batch file  |  1993-09-22  |  552b  |  21 lines

  1. ;inilock  --  initializes cursor locking in conditions
  2. ;             without frame grabber. Since, in a system
  3. ;             with an FG, cursor locking between display
  4. ;             images and memory images is default, running
  5. ;             on a system without an FG gives different results
  6. ;             In the TIMWIN demo system, the following images 
  7. ;             need locking:
  8.  
  9. if ((improp fg) & DIS_BIT) == 0 
  10.  curlock a p
  11.  curlock a q
  12.  curlock a r
  13.  curlock a s
  14.  curlock b p
  15.  curlock b q
  16.  curlock b r
  17.  curlock b s
  18. endif
  19.  
  20. stop
  21.